06. Windshield Wipers

Windshield Wipers

Question:

Start Quiz:

boolean isRaining; // true or false
// Write an if statement below that prints out "Windshield wipers on." when isRaining is true.
Solution: